lcPaint_ImageFlip Home

Flips raster image horizontally or/and vertically.

 BOOL lcPaint_ImageFlip (
   HANDLE hImage,
   BOOL bHor,
   BOOL bVert
 );

Parameters
hImage
  Handle to raster image object.
bHor
  If TRUE - apply horizontal flip.
bVert
  If TRUE - apply vertical flip.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcPaint_ImageRotate